-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update deployment.yaml - fix container #378
Conversation
@gandazgul Image is available for testing. |
@@ -31,25 +31,21 @@ spec: | |||
{{- toYaml . | nindent 8 }} | |||
{{- end }} | |||
containers: | |||
- securityContext: {{- toYaml .Values.forecastle.container.securityContext | nindent 12 }} | |||
- name: {{ template "forecastle.name" . }} | |||
securityContext: {{- toYaml .Values.forecastle.container.securityContext | nindent 12 }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
securityContext: {{- toYaml .Values.forecastle.container.securityContext | nindent 12 }} | |
securityContext: {{- toYaml .Values.forecastle.container.securityContext | nindent 10 }} |
@@ -77,6 +73,10 @@ spec: | |||
{{ toYaml .Values.forecastle.openshiftOauthProxy.resources | indent 10 }} | |||
{{- end }} | |||
{{- end }} | |||
{{- if .Values.forecastle.deployment.securityContext }} | |||
securityContext: | |||
{{- toYaml . | nindent 10 }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{{- toYaml . | nindent 10 }} | |
{{- toYaml .Values.forecastle.deployment.securityContext | nindent 8 }} |
hi @gandazgul ive requested some changes, i fear the mistake comes from the old versions of the chart. Please do run helm template to be sure about indentation and templating. thanks |
PR is stale. Closing it. |
Sorry I completely lost track of this I've been using my branch which just works and forgot to check back here. Is the main chart now fixed? At the time this seemed critical the chart was not working at all. |
No description provided.